home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 36 / PC Gamer IT CD 36 2-2.iso / utility / pmio12 / Pmio.ex_ / 0 / RCDATA / TCANNOTSORTFORM1 / TCANNOTSORTFORM1.txt < prev   
Text File  |  1998-10-17  |  1KB  |  61 lines

  1. object CannotSortForm1: TCannotSortForm1
  2.   Left = 165
  3.   Top = 133
  4.   ActiveControl = OkButton
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Cannot Sort'
  8.   ClientHeight = 141
  9.   ClientWidth = 246
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 44
  20.     Top = 24
  21.     Width = 197
  22.     Height = 53
  23.     Alignment = taCenter
  24.     AutoSize = False
  25.     Caption = 
  26.       'Unable to sort because folder contains at least one image that i' +
  27.       's not loaded'
  28.     Transparent = True
  29.     WordWrap = True
  30.   end
  31.   object Image1: TImage
  32.     Left = 8
  33.     Top = 24
  34.     Width = 32
  35.     Height = 32
  36.     AutoSize = True
  37.     Center = True
  38.     Picture.Data = {<image000.bmp>}
  39.   end
  40.   object OkButton: TButton
  41.     Left = 88
  42.     Top = 108
  43.     Width = 75
  44.     Height = 25
  45.     Cancel = True
  46.     Caption = 'OK'
  47.     Default = True
  48.     ModalResult = 1
  49.     TabOrder = 0
  50.     OnClick = OkButtonClick
  51.   end
  52.   object CheckBox1: TCheckBox
  53.     Left = 8
  54.     Top = 80
  55.     Width = 233
  56.     Height = 17
  57.     Caption = 'Don'#39't show me this again'
  58.     TabOrder = 1
  59.   end
  60. end
  61.